Html Css Color HEX #CBF193 Reef

📋 copy color: '#CBF193'

red 203 ◦ green 241 ◦ blue 147

#CBF193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CBF193

Tints of Reef #CBF193

RGB

 RED value IS 203 (79.69% from 255) = 34.35%

 GREEN value IS 241 (94.53% from 255) = 40.78%

 BLUE value IS 147 (57.81% from 255) = 24.87%

R = 34.35%
G = 40.78%
B = 24.87%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.39

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBF193 (or 0xCBF193) is known color: Reef. HEX triplet: CB, F1 and 93. RGB value is (203,241,147). Sum of RGB (Red+Green+Blue) = 203+241+147=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 147 (57.81% from 255 or 24.87% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF193 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF193 is #340E6C. Grayscale: #DBDBDB. Windows color (decimal): -3411565 or 9695691. OLE color: 9695691.

HSL color Cylindrical-coordinate representation of color #CBF193: hue angle of 84.26º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CBF193 is Cyan = 0.16, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB 203 241 147 -
CMYK 0.16 0 0.39 0.05
HSL 84.26º 0.77% 0.76% -
HSV(B) 84.26º 0.39% 0.95% -
XYZ 61.35 77.71 39.37 -
YUV 218.92 87.41 116.64 -
System Red Green Blue C M Y K H S L
Decimal 203 241 147 0.16 0 0.39 0.05 84.26 0.77 0.76
Hex CB F1 93 10 0 27 5 54 4D 4C
Octal 313 361 223 20 0 47 5 124 115 114
Binary 11001011 11110001 10010011 10000 0 100111 101 1010100 1001101 1001100

Color Harmonies of #CBF193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF193

Black with #CBF193

Text Example


Text Example

White with #CBF193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF193; }

 p { color: rgb(203,241,147); }

 H1.HeaderClassName
 {
   color: #CBF193;
 }
 .AnyTagClassName
 {
   color: #CBF193;
 }
</style>

background-color css

<style>
 a { background-color: #CBF193; }

 a { background-color: rgb(203,241,147); }

 div.DivClassName
 {
   background-color: #CBF193;
 }
 .BgClassName
 {
   background-color: #CBF193;
 }
</style>

border-color css

<style>
 span { border-color: #CBF193; }

 span { border-color: rgb(203,241,147); }

 td.TdClassName
 {
   border-color: #CBF193;
 }
 .TagClassName
 {
   border-color: #CBF193;
 }
</style>