Html Css Color HEX #CBF290 Reef

📋 copy color: '#CBF290'

red 203 ◦ green 242 ◦ blue 144

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

Shades of Reef #CBF290

Tints of Reef #CBF290

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.09%

 BLUE value IS 144 (56.64% from 255) = 24.45%

R = 34.47%
G = 41.09%
B = 24.45%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.40

 K value IS 0.05

RGB Variations

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

Color information

#CBF290 (or 0xCBF290) is known color: Reef. HEX triplet: CB, F2 and 90. RGB value is (203,242,144). Sum of RGB (Red+Green+Blue) = 203+242+144=589 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.47% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 144 (56.64% from 255 or 24.45% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #CBF290 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF290 is #340D6F. Grayscale: #DBDBDB. Windows color (decimal): -3411312 or 9499339. OLE color: 9499339.

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

Color convert

RGB 203 242 144 -
CMYK 0.16 0 0.40 0.05
HSL 83.88º 0.79% 0.76% -
HSV(B) 83.88º 0.4% 0.95% -
XYZ 61.41 78.21 38.25 -
YUV 219.17 85.58 116.47 -
System Red Green Blue C M Y K H S L
Decimal 203 242 144 0.16 0 0.40 0.05 83.88 0.79 0.76
Hex CB F2 90 10 0 28 5 54 4F 4C
Octal 313 362 220 20 0 50 5 124 117 114
Binary 11001011 11110010 10010000 10000 0 101000 101 1010100 1001111 1001100

Color Harmonies of #CBF290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBF290

Black with #CBF290

Text Example


Text Example

White with #CBF290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBF290; }

 p { color: rgb(203,242,144); }

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

background-color css

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

 a { background-color: rgb(203,242,144); }

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

border-color css

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

 span { border-color: rgb(203,242,144); }

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